Truncate table "WebNotification";
ALTER TABLE "WebNotification" ADD CONSTRAINT "WebNotification_Unq_ReferenceId_TypeId" UNIQUE ("ReferenceId","WebNotificationTypeId");

----------



Alter table "LabBookingDetail" add column if not exists "VerifiedByDoctorId" int references "Provider"("ProviderId");


alter table "LabBookingPackageDetail" add column if not exists "VerifiedByDoctorId" int references "Provider"("ProviderId"); 


-----------


